'Declaration Public Overloads Sub FillPolygon( _
ByVal brushThe brush that determines the characteristics of the fill.As IDrawingBrush, _
ByVal pointsArray of System.Drawing.PointF structures that represent the vertices of the polygon to fill.() As System.Drawing.PointF _
)
public void FillPolygon(
IDrawingBrush brush,
System.Drawing.PointF[] points
)
public: void FillPolygon(
IDrawingBrush* brush,
System.Drawing.PointF[]* points
)
public:
void FillPolygon(
IDrawingBrush^ brush,
array<System.Drawing.PointF>^ points
)
Parameters
- brush
- The brush that determines the characteristics of the fill.
- points
- Array of System.Drawing.PointF structures that represent the vertices of the polygon to fill.